[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Description: Establish the print device and channel
Mapped Command: SET GRAPHICS PRINT
FUNCTION __SetPrintDevice(lpt1,lpt2,lpt3,com1,com2)
do case
case lpt1 // lpt1
prndev(0,1)
case lpt2 // lpt2
prndev(0,2)
case lpt3 // lpt3
prndev(0,3)
case com1 // com1
prndev(1,1)
case com2 // com2
prndev(1,2)
endcase
RETURN(Void)
See Also:
SET GRAPHICS PRINT
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson